SftTabs/NET 6.0

FullSize Property, ButtonsClass Class

Softel vdm, Inc.

Defines whether the Close, Minimize and Restore button are as large as a tab.

Syntax      ButtonsClass Class (Softelvdm.SftTabsNET)

VB   

Public Property FullSize As Boolean

C#   

public bool FullSize { get; set; }

C++   

public: property bool FullSize {
        bool get();
        void set(bool value);
}

Property Value

True if the buttons are as large as a tab, otherwise False.

The default value is False.

Comments

The FullSize property defines whether the Close, Minimize and Restore button are as large as a tab.

The height (or width) of the tabs determines the height (or width) of the Close, Minimize and Restore button. If FullSize is set to True, the Close, Minimize and Restore button are made as large as possible.

Certain tab styles have varying tab sizes for active tabs. The size of the non-active tab determines the button size.

The size of the scroll buttons can be defined using the Scrolling.FullSize property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com